home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libtie-ixhash-perl / README < prev   
Text File  |  1997-02-17  |  1KB  |  40 lines

  1. This is the README file for Tie::IxHash, the Perl module that 
  2. implements ordered in-memory associative arrays.
  3.  
  4. It requires:
  5.    Perl Version 5.003 or later.
  6.  
  7. If you have been led to believe that associative arrays in perl
  8. don't preserve order, and if you have ever craved for that feature,
  9. this module is for you.  Simply declare a "tie" for the hash variable
  10. that you want to be order-preserving, and forget that limitation
  11. ever existed.  You can do other nifty things with the tied hash object
  12. that you may be used to doing with arrays, like Push(), Pop() and 
  13. Splice().
  14.  
  15. If you don't know what "tie" means, you should look at the
  16. perltie(1) manpage in a recent perl distribution, or in the
  17. index of one of the numerous books on perl.
  18.  
  19. If you don't know what "perl" is, you don't need this software.
  20.  
  21. See the embedded documentation in the module file for details.
  22.  
  23. Don't forget to send your comments!
  24.  
  25.  - Sarathy.
  26.    gsar@umich.edu
  27.  
  28. -----------
  29.  
  30. Installation:
  31.  
  32.    perl Makefile.PL
  33.    make install
  34.  
  35. If you run into problems due to whatever reason in running the above,
  36. simply move the file IxHash.pm over into $PERL5LIB/Tie/IxHash.pm (where
  37. $PERL5LIB stands for the place where your standard perl library files
  38. are located) and you'll be okay.
  39.  
  40.